home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / printer / gifprt51.zip / GIFPRT.DOC next >
Text File  |  1992-10-12  |  22KB  |  661 lines

  1.  
  2.  
  3.  
  4.      GIFPRT User's Guide                                              Page 1
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.                                GIFPRT User's Guide
  20.                                    Version 5.1
  21.                       Copyright (c) 1992 Edward B. Hamrick
  22.                                All Rights Reserved
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.          Please send all suggestions, error reports, and corrections to:
  50.  
  51.                               Compuserve:    71470,3236
  52.                               Internet:      71470.3236@compuserve.com
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.      Copyright (c) 1992 Edward B. Hamrick                             Page 1
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      GIFPRT User's Guide                                              Page 2
  71.  
  72.  
  73.  
  74.  
  75.  
  76.                                    TRADEMARKS
  77.  
  78.      GIF,  Graphics Interchange  Format, and  Compuserve are  trademarks of
  79.      Compuserve, Inc., an H&R Block Company.
  80.  
  81.      IBM  and PC-DOS  are registered  trademarks of  International Business
  82.      Machines   Corporation.    IBM  PC,  XT,  and  AT  are  trademarks  of
  83.      International Business Machines Corporation.
  84.  
  85.      Microsoft   and   MS-DOS  are   registered  trademarks   of  Microsoft
  86.      Corporation.
  87.  
  88.      Hercules is a trademark of Hercules Computer Technology.
  89.  
  90.      Epson is a trademark of Epson America.
  91.  
  92.  
  93.  
  94.  
  95.                                 ACKNOWLEDGEMENTS
  96.  
  97.      GIFPRT was written entirely using Borland C Version 3.0.
  98.  
  99.      The User's Guide was created using Microsoft Works.
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.      Copyright (c) 1992 Edward B. Hamrick                             Page 2
  131.  
  132.  
  133.  
  134.  
  135.  
  136.      GIFPRT User's Guide                                              Page 3
  137.  
  138.  
  139.      1.0  Introduction
  140.  
  141.           GIFPRT  (jiff-print) is a program  that lets you display and
  142.      print  graphics files  that use the  Graphics Interchange Format,
  143.      commonly  known as  GIF files.   GIFPRT will let  you print using
  144.      almost  any type of  printer, including those  that support Epson
  145.      and   IBM  8-pin  and  24-pin  graphics,  Epson-compatible  color
  146.      printers,   Hewlett   Packard   Laser   printer   graphics,   and
  147.      Toshiba/Qume  24-pin  graphics, and  the Hewlett  Packard DeskJet
  148.      500C  color printer.  GIFPRT can also  be used to display any GIF
  149.      file  on almost any type of graphics adapter, including Hercules,
  150.      CGA, EGA, MCGA, VGA, and Super-VGA adapters.
  151.  
  152.           Most  graphics devices are capable  of only displaying a few
  153.      colors  or  shades  of  gray, and  dot-matrix  printers  are only
  154.      capable  of displaying an  array of black  (or sometimes colored)
  155.      dots.   However,  many GIF  files contain  images with  up to 256
  156.      different  colors.    GIFPRT uses  an  error-dispersion algorithm
  157.      (also  called  a dithering  or half-toning  algorithm) to  try to
  158.      display  the  image  in  the GIF  file.    This  error dispersion
  159.      algorithm takes advantage of the number of colors that an adapter
  160.      can  display to approximate the  colors in the GIF  file.  If you
  161.      have a CGA or Hercules adapter, GIFPRT will display images with a
  162.      pattern  of black and  white dots.   If you have  an EGA adapter,
  163.      GIFPRT will display images in either an 8-color dithered pattern,
  164.      or  a 2-level dithered  gray scale.   If you have  a VGA adapter,
  165.      GIFPRT  can  use the  256  color display  capability  and display
  166.      images without any need for dithering.
  167.  
  168.           There  are a many different printer and adapter resolutions.
  169.      For  instance, some printers can display 60, 120, or 180 dots per
  170.      inch,  in  either the  horizontal or  vertical direction.   Other
  171.      printers  display 72, 144, and 216  dots per inch, and yet others
  172.      display  combinations  of  60  and  72  dots  per  inch  in  both
  173.      directions.   Display resolutions can vary  from 320 by 200 dots,
  174.      to  1280 by  1024 dots,  with a  dozen resolutions  between.  GIF
  175.      files   can  contain  images  with   an  equally  wide  range  of
  176.      resolutions.     The  GIFPRT  program  contains  a  sophisticated
  177.      resolution-matching algorithm to display almost any GIF file in a
  178.      way  that makes it as large as  possible on the screen or printer
  179.      without distorting the image in either direction.
  180.  
  181.           Because  of the wide variety of Super-VGA graphics adapters,
  182.      it  is difficult for one program to support them all.  However, a
  183.      standard for Super-VGA graphics drivers has been published by the
  184.      Video   Electronics  Standards  Association  (VESA)  for  writing
  185.      programs that use Super-VGA graphics adapters.  To take advantage
  186.      of  the VESA Super-VGA graphics modes,  you need to obtain a VESA
  187.      "BIOS  Extender" program.   These are available  for almost every
  188.      type of Super-VGA graphics adapter on Compuserve.
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.      Copyright (c) 1992 Edward B. Hamrick                             Page 3
  197.  
  198.  
  199.  
  200.  
  201.  
  202.      GIFPRT User's Guide                                              Page 4
  203.  
  204.  
  205.           Even  though GIFPRT handles the  most popular printer types,
  206.      you  may find that your  particular printer doesn't print exactly
  207.      the way you'd like.  It is possible to customize GIFPRT to handle
  208.      almost  any type printer,  or to change the  placement or size of
  209.      the image on the page (see section 4.0).
  210.  
  211.      2.0  Prerequisites
  212.  
  213.           This  section describes the hardware  and software needed to
  214.      run GIFPRT, and the procedure for registering GIFPRT.
  215.  
  216.      2.1  Hardware Required
  217.  
  218.           In  order to use GIFPRT, you will need an IBM PC, XT, AT, or
  219.      other  compatible  personal computer  with a  minimum of  384K of
  220.      memory.   GIFPRT will run at  any hardware clock speed, including
  221.      4.77  MHz, and can be loaded from  either a floppy disk or a hard
  222.      disk.    GIFPRT will  display GIF  images  on almost  any display
  223.      adapter, and on most Epson, IBM, and HP compatible printers.
  224.  
  225.           If  your printer  is connected  to a  port other  than LPT1,
  226.      LPT2,  or LPT3,  you will  need to  use the  DOS MODE  command to
  227.      direct LPT1 to the proper port.
  228.  
  229.      2.2  Software Required
  230.  
  231.           In  order to run GIFPRT,  you will need a  copy of MS-DOS or
  232.      PC-DOS,  version  2.1 or  higher.   You  also need  the following
  233.      GIFPRT files:
  234.  
  235.           GIFPRT.EXE     Main GIFPRT program
  236.           GIFPRT.PR0     Epson 8-pin 120x72 dpi print commands
  237.           GIFPRT.PR1     Epson 8-pin 120x60 dpi print commands
  238.           GIFPRT.PR2     IBM 8-pin 120x72 dpi print commands
  239.           GIFPRT.PR3     IBM 8-pin 120x60 dpi print commands
  240.           GIFPRT.PR4     Epson 24-pin 240x216 dpi print commands
  241.           GIFPRT.PR5     HP Generic 75x75 dpi print commands
  242.           GIFPRT.PR6     HP Generic 300x300 dpi print commands
  243.           GIFPRT.PR7     HP Deskjet 500C 300x300 dpi print commands
  244.           GIFPRT.PR8     Toshiba 24-pin 180x180 dpi print commands
  245.           GIFPRT.MAP     Compuserve Weather Map Color Map Data
  246.           GIFPRT.DOC     GIFPRT User's Guide
  247.  
  248.           If you have a Super-VGA graphics adapter, you'll need to get
  249.      the  VESA BIOS Extension program for your particular adapter, and
  250.      load it prior to running GIFPRT.
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.      Copyright (c) 1992 Edward B. Hamrick                             Page 4
  263.  
  264.  
  265.  
  266.  
  267.  
  268.      GIFPRT User's Guide                                              Page 5
  269.  
  270.  
  271.           GIFPRT is capable of using Expanded (EMS) memory for working
  272.      with  GIF files  larger than those  that will fit  into your main
  273.      memory.   To use this feature, you'll have to load the EMS driver
  274.      prior  to running GIFPRT.  If you don't have EMS, but you do have
  275.      a  system with a 386 processor, you can load the EMM386 driver to
  276.      simulate  EMS with  the Extended memory  in your system.   If you
  277.      don't  have any EMS  memory, GIFPRT will use  a temporary file in
  278.      the  current disk directory to  temporarily store image data that
  279.      won't fit in your memory.
  280.  
  281.      2.3  Registering GIFPRT
  282.  
  283.           GIFPRT  is distributed via Compuserve  as shareware, and may
  284.      be  evaluated for 14 days without charge.  If you decide you want
  285.      to   register  GIFPRT,  please   send  $25.00  (other  currencies
  286.      accepted) to:
  287.  
  288.           Ed Hamrick               or        Ed Hamrick
  289.           Am Salzpfad 51                     c/o Phil McGuigan
  290.           6382 Friedrichsdorf                21608 121st Place SE
  291.           Germany                            Kent, WA  98031
  292.  
  293.      3.0  Running GIFPRT
  294.  
  295.           To run GIFPRT, type the following command at a DOS prompt:
  296.  
  297.      GIFPRT [options] [files]
  298.  
  299.      For  example,  the  command          C>  GIFPRT  -P0 MONALISA.GIF
  300.      will print the file MONALISA.GIF on an Epson-compatible printer.
  301.  
  302.           You  can get on-line  help by pressing the  "H" key, the F10
  303.      function  key,  or  the control-F10  function  key  while running
  304.      GIFPRT.  You can get the same help screens by typing:
  305.  
  306.      GIFPRT -H      Gives list of command-line and interactive options
  307.  
  308.      GIFPRT -G?     Gives list of display modes
  309.  
  310.      GIFPRT -P?     Gives list of printer types
  311.  
  312.           If  you want to terminate GIFPRT,  press the escape key once
  313.      if you are in interactive mode, or twice if you are displaying an
  314.      image.   You can always terminate any long-running function (such
  315.      as printing a GIF file) by pressing any key.
  316.  
  317.           GIFPRT chooses whether to use color (white on blue) or black
  318.      and  white  for it's  interactive screens  based on  the starting
  319.      display mode.  If you want color screens, type "MODE CO80" before
  320.      starting GIFPRT.  If you want black and white screens, type "MODE
  321.      BW80" or "MODE MONO" before starting GIFPRT.
  322.  
  323.  
  324.  
  325.  
  326.  
  327.  
  328.      Copyright (c) 1992 Edward B. Hamrick                             Page 5
  329.  
  330.  
  331.  
  332.  
  333.  
  334.      GIFPRT User's Guide                                              Page 6
  335.  
  336.  
  337.           If  you begin GIFPRT without specifying any files, all files
  338.      in  the  current  directory  with the  ".GIF"  extension  will be
  339.      displayed  on an interactive file display screen.  You can select
  340.      a  different file by using the  arrows, space bar, backspace key,
  341.      PageUp,  PageDown, Home, and End keys  to change the active file.
  342.      You  can also use  any other interactive  option described below.
  343.      The  last line of  the display shows the  current settings of the
  344.      various options.
  345.  
  346.           When  you want  to display  or print  the currently selected
  347.      file,  press the Enter key.  The type of display or printout that
  348.      will  be done is displayed in  the lower right-hand corner of the
  349.      screen.    To  change the  display  mode,  press any  one  of the
  350.      function  keys F1 through F8.   To change the printer type, press
  351.      control-F1  through control-F9.  To  set up a black/white display
  352.      or  printout, press the 1  key.  To set  up an 8-color display or
  353.      printout,  press the  2 key.   Press  the 3  key for  a 256 color
  354.      display  (not  possible for  printers).   While  a file  is being
  355.      displayed,  you may press  any key that you  could press while in
  356.      interactive  mode.   To  return to  the interactive  file display
  357.      screen,  press the  Escape key.   To exit the  program, press the
  358.      Escape key once more.
  359.  
  360.      3.1  Brightness    (-Bn  or function keys  B,+,-)
  361.  
  362.           You  can use the  brightness option to  increase or decrease
  363.      the  intensity  of a  GIF file.   This  is sometimes  useful when
  364.      printing  on 24-pin printers, when the image is too dark, or when
  365.      you  want  to avoid  wearing out  the print  ribbon.   The normal
  366.      brightness  option  is 5,  the brightest  setting  is 9,  and the
  367.      darkest  is 1.  A brightness of 9 increases the minimum intensity
  368.      to  80%  of the  maximum,  and a  brightness  of 1  decreases the
  369.      maximum  intensity to 20% of the minimum.  A brightness of 5 does
  370.      not alter the image.
  371.  
  372.      3.2  Contrast    (-Cn  or function keys  C,/,*)
  373.  
  374.           You can use the contrast option to change the contrast in an
  375.      image.  This is primarily useful for adjusting for dot overlap on
  376.      printed images.  Normal contrast is 5, and contrast values can go
  377.      from 1 to 9.
  378.  
  379.      3.3  Dithering Flag    (-D  or function key  D)
  380.  
  381.           The  dithering option can be  used to disable dithering, and
  382.      to  display  the closest  available colors.   This  option allows
  383.      quicker  viewing  of  GIF files,  and  sometimes  produces better
  384.      looking  images of cartoon-like GIF files.   It is toggled on and
  385.      off each time it is used.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.      Copyright (c) 1992 Edward B. Hamrick                             Page 6
  395.  
  396.  
  397.  
  398.  
  399.  
  400.      GIFPRT User's Guide                                              Page 7
  401.  
  402.  
  403.      3.4  File Output Type    (-Fn  or function key  F)
  404.  
  405.           The  file  output  type  option allows  you  to  select line
  406.      printer ports or files for the print output:
  407.  
  408.           -F1       LPT1
  409.           -F2       LPT2
  410.           -F3       LPT3
  411.           -F4       GIFPRT.OUT (binary, suitable for printing)
  412.           -F5       GIFPRT.OUT (formatted ASCII)
  413.  
  414.      3.5  Graphics Type    (-Gn  or function keys  G,F1-F8,1,2,3)
  415.  
  416.           You  can use the graphics type  option to select the type of
  417.      graphics  adapter  and  display mode.    You  can get  a  list of
  418.      supported graphics options by typing GIFPRT -G?, or typing F10 in
  419.      interactive  mode.    Function  keys  F1  through  F8  change the
  420.      graphics   mode  from  lowest  to  highest  resolution  while  in
  421.      interactive mode.  The number keys 1, 2, and 3 change to 2-color,
  422.      8-color, and 256-color mode, respectively.
  423.  
  424.           The  current display  mode is  displayed in  the lower-right
  425.      hand corner of the screen in interactive mode.
  426.  
  427.      3.6  Help Screen Display    (-H  or function key  H)
  428.  
  429.           The help screen display option displays a help screen with a
  430.      summary of all command-line options and function keys.
  431.  
  432.      3.7  Jet (DJ500C) Color    (-J  or function key  J)
  433.  
  434.           The  jet  (HP  DeskJet)  option adjusts  the  colors  in the
  435.      display  to be  better matched  to the  inks used  by the Hewlett
  436.      Packard  DeskJet 500C printer.  It  reduces the amount of Cyan in
  437.      the  display by 2/3 for shades  of gray (unsaturated colors), and
  438.      proportionally  less for less saturated colors.  This reduces the
  439.      Cyan  tint of the image when  equal amounts of Cyan, Magenta, and
  440.      Yellow ink are mixed together.
  441.  
  442.      3.8  Keep Image After Exit    (-K  or function key  K)
  443.  
  444.           The  keep image  after exit  option can  be used  to leave a
  445.      displayed image on the screen when GIFPRT exits.  Normally GIFPRT
  446.      erases  the screen  and restores  the original  display mode upon
  447.      exit.   However, if  you are invoking GIFPRT  from a batch (.BAT)
  448.      file, or starting it from within another program, you can prevent
  449.      the  restoration of  the original  display mode  by using  the -K
  450.      option.  It is toggled on and off each time it is used.
  451.  
  452.  
  453.  
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460.      Copyright (c) 1992 Edward B. Hamrick                             Page 7
  461.  
  462.  
  463.  
  464.  
  465.  
  466.      GIFPRT User's Guide                                              Page 8
  467.  
  468.  
  469.      3.9  LCD Screen    (-L  or function key  L)
  470.  
  471.           You  can use the  LCD screen option to  display GIF files on
  472.      many laptop displays.  These displays often use dark dots to make
  473.      up  an image, instead of the white dots normally used on graphics
  474.      displays.  It is toggled on and off each time it is used.
  475.  
  476.      3.10 Map Palette    (-M  or function key  M)
  477.  
  478.           Some  types of files, such as Compuserve weather maps, don't
  479.      look  very good when printed.   The reason for  this is that when
  480.      two  different colors with  the same intensity  are printed, they
  481.      look  the same.  When the -M  option is used, the file GIFPRT.MAP
  482.      is read and these intensities are assigned to the first 16 colors
  483.      of  any file being printed or displayed.   Since there are a wide
  484.      range of color schemes in weather maps, you will probably have to
  485.      experiment with the intensities in GIFPRT.MAP.
  486.  
  487.      3.11 Printer Type    (-Pn  or function keys  P,control-F1-F9,1,2)
  488.  
  489.           You  can use the  printer type option to  select the type of
  490.      printer.   You  can get  a list  of supported  printers by typing
  491.      GIFPRT  -P?, or typing control-F10 in interactive mode.  Function
  492.      keys  control-F1 through control-F9 change the printer type while
  493.      in  interactive mode.  The number keys  1 and 2 change to 2-color
  494.      and 8-color mode, respectively.
  495.  
  496.           The  current printer  type is  displayed in  the lower-right
  497.      hand corner of the screen in interactive mode.
  498.  
  499.      3.12 Quarter Width Display    (-Q  or function key  Q)
  500.  
  501.           The  quarter width  display option  reduces the  size of the
  502.      display  and  printout  to  1/4  of  full-screen  width.    It is
  503.      particularly  useful  when trying  to  adjust the  brightness and
  504.      contrast  of an image while printing  it, since it lets you print
  505.      an image 16-times faster than a full-page image.
  506.  
  507.      3.13 Random Image Select    (-R  or function key  R)
  508.  
  509.           The  random  image select  option,  in conjunction  with the
  510.      slide  show option,  allows you to  set up slide  shows where the
  511.      order  of the images  displayed is random.   This sometimes makes
  512.      slide shows much more interesting.
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525.  
  526.      Copyright (c) 1992 Edward B. Hamrick                             Page 8
  527.  
  528.  
  529.  
  530.  
  531.  
  532.      GIFPRT User's Guide                                              Page 9
  533.  
  534.  
  535.      3.14 Slide Show    (-Sn  or function key  S)
  536.  
  537.           The  slide  show option  is used  to continuously  display a
  538.      group  of GIF  files on the  screen.   When the last  GIF file is
  539.      displayed,  GIFPRT starts over with the first GIF file.  Normally
  540.      GIFPRT  waits for a  keypress after displaying a  GIF file.  With
  541.      the slide show option, no keypress is required between GIF files.
  542.      The  value  "n"  after the  -Sn  is approximately  the  number of
  543.      seconds to wait between slides.  If "n" is zero, GIFPRT waits for
  544.      a key to be pressed before displaying the next image.
  545.  
  546.      3.15 Toshiba T-1000 Display   (-T  or function key  T)
  547.  
  548.           The  Toshiba  T-1000 display  doesn't have  a  4 x  3 aspect
  549.      ratio, but instead has a 16 x 5 aspect ratio.  This option allows
  550.      the  proportional display  of GIF  files on  this type  of laptop
  551.      display (when used with the -L option).
  552.  
  553.      3.16 White Screen   (-W  or function key  W)
  554.  
  555.           The white screen option causes a GIF file to be displayed in
  556.      black  and white instead of color.  It is toggled on and off each
  557.      time it is used.
  558.  
  559.      3.17 File Information Option    (function key  ?)
  560.  
  561.           A  screen showing  information about  the currently selected
  562.      GIF file is displayed whenever the '?' key is pressed.  To return
  563.      to the previous screen, press any key.
  564.  
  565.      3.18 Disable EMS Option    (-E)
  566.  
  567.           If  you use the  -E option, GIFPRT won't  attempt to use any
  568.      available EMS memory to store image data.
  569.  
  570.      4.0  Customizing GIFPRT
  571.  
  572.           If you have a printer that isn't supported by the -P option,
  573.      or  if you want to use a  different print mode, you can customize
  574.      your  version of GIFPRT  by editing the  files GIFPRT.PR0 through
  575.      GIFPRT.PR8.
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.      Copyright (c) 1992 Edward B. Hamrick                             Page 9
  593.  
  594.  
  595.  
  596.  
  597.  
  598.      GIFPRT User's Guide                                              Page 10
  599.  
  600.  
  601.           Each  line begins  with a  three-letter keyword.   The "nam"
  602.      line  is the name of the print mode.  The "pin" line contains the
  603.      number  of pins used in printing (this is the number of bits sent
  604.      to the printer per column) followed by the type of printer raster
  605.      data.   The "dpi"  line is the  resolution of the  printer in the
  606.      horizontal  and vertical directions, in dots per inch.  The "dim"
  607.      line  is  the  dimensions  of  the  print  area  horizontally and
  608.      vertically,  in  dots. The  "in1"  and "in2"  lines  describe the
  609.      string   to  be  sent  to  the  printer  upon  initialization  in
  610.      black/white  and  color  modes,  respectively.    The  "skp" line
  611.      describes  how to skip row of 'pins'.   The "gr1" and "gr2" lines
  612.      describe   how   to  output   black/white  and   color  graphics,
  613.      respectively  (a  -99  is  the  length  of  the  data,  and  a -1
  614.      substitutes  the  raster  data for  black,  -2 for  cyan,  -3 for
  615.      magenta, and -4 for yellow). The "trm" line describes the data to
  616.      be send on image termination.
  617.  
  618.           In  the in1,  in2, skp,  gr1, gr2,  and trm  lines, a single
  619.      character  by itself  is interpreted to  mean the  ASCII code for
  620.      that   character,  otherwise  a  numeric  field  is  the  decimal
  621.      equivalent  for the  character to send  to the printer.   You can
  622.      also  use ESC,  CR, LF, FF,  and SP instead  of these characters'
  623.      ASCII  values.  Any  text between "//"  and the end  of a line is
  624.      considered a comment.
  625.  
  626.           The  raster types are 0 (Epson,  50% dot density), 1 (Epson,
  627.      25% dot density), 2 (Toshiba(Qume), 25% dot density), 3 (HP, 100%
  628.      dot density) , and 4 (HP, 50% dot density).
  629.  
  630.  
  631.  
  632.  
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.  
  652.  
  653.  
  654.  
  655.  
  656.  
  657.  
  658.      Copyright (c) 1992 Edward B. Hamrick                             Page 10
  659.  
  660.  
  661.